Skip to content

Conversation

loujaybee
Copy link

Description

Added Adminer port forwarding to the devcontainer setup script to improve the development experience. This change automatically exposes the database admin interface on port 8080 when the environment is created, following the existing pattern for frontend and backend port forwarding.

Related Issue(s)

Fixes CORE-

How to test

  1. Rebuild the devcontainer or run the setup script
  2. Start the Adminer service: gitpod automations service start adminer
  3. Verify that port 8080 is automatically forwarded and accessible
  4. Access the Adminer interface via the forwarded URL
  5. Confirm database connectivity using postgres/changethis credentials

loujaybee and others added 2 commits August 22, 2025 12:11
- Add devcontainer.json with Node.js 24, Python 3.12, and Docker support
- Add comprehensive automations.yaml with services and tasks
- Configure database, backend, and frontend services
- Add automatic port opening and dependency installation
- Update Vite config for Gitpod preview URL compatibility
- Enable full development workflow with reproducible environment

Co-authored-by: Ona <[email protected]>
- Add port 8080 forwarding for Adminer database admin UI
- Improves development experience by auto-exposing DB admin interface
- Follows existing pattern for port forwarding in setup script

Co-authored-by: Ona <[email protected]>
@loujaybee loujaybee closed this Aug 29, 2025
@loujaybee loujaybee deleted the lb/environment-setup-improvements branch August 29, 2025 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant